home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / text / hyper / ADtoHT2_1.lha / Source.lha / MyLib.lha / include / proto / muimaster.h
Encoding:
C/C++ Source or Header  |  1995-04-21  |  591 b   |  26 lines

  1. #ifndef __PROTO_MUIMASTER_H__
  2. #define __PROTO_MUIMASTER_H__
  3.  
  4. #ifndef _AMIGA_H_
  5. #include <Amiga.h>
  6. #endif
  7.  
  8. #include <clib/muimaster_protos.h>
  9. #ifdef __GNUC__
  10. #  if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  11. #    include <inline/muimaster.h>
  12. #  endif
  13. #  ifndef __NOLIBBASE__
  14. #    if !defined(EXEC_LIBRARIES_H) && !defined(LATTICE_50)
  15.        struct Library;
  16. #    endif
  17.      extern struct Library *MUIMasterBase;
  18. #  endif
  19. #else
  20. #  include <pragmas/muimaster_pragmas.h>
  21. #endif
  22.  
  23. /************************************************************************/
  24.  
  25. #endif  /* __PROTO_MUIMASTER_H__ */
  26.